home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / DefineSprite_343 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  122 b   |  11 lines

  1. counter = 0;
  2. _root.man_score = "";
  3. if(_root.astronauts > 0)
  4. {
  5.    gotoAndPlay(2);
  6. }
  7. else
  8. {
  9.    gotoAndStop(26);
  10. }
  11.